From 54458858c0caf22a08d3e6e3edf088a3da957ed8 Mon Sep 17 00:00:00 2001 From: robertl Date: Mon, 22 Sep 2008 00:37:44 +0000 Subject: [PATCH] NMEA comment tweak. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@3528 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/nmea.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gpsbabel/nmea.c b/gpsbabel/nmea.c index b1a853eb5..200ce5469 100644 --- a/gpsbabel/nmea.c +++ b/gpsbabel/nmea.c @@ -1249,7 +1249,10 @@ nmea_trackpt_pr(const waypoint *wpt) WAYPT_HAS(wpt, course) ? (wpt->course):(0), (int) ymd); cksum = nmea_cksum(obuf); - /* GISTeq doesn't care about the checksum */ + + /* GISTeq doesn't care about the checksum, but wants this prefixed, so + * we can write it with abandon. + */ if (opt_gisteq) { gbfprintf(file_out, "---,"); } -- 2.30.2